home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGASIC / BASFILES.LZH / QBTXEROR.BAS < prev    next >
BASIC Source File  |  1988-09-10  |  322b  |  14 lines

  1. '$INCLUDE:'QBTOOLS.INC'
  2. '' '$INCLUDE: 'qbtools2.inc'
  3. '' '$INCLUDE: 'qbt2indx.inc'
  4. '' '-------------------------Standard Include Merge Section-------------------
  5.  
  6. DEFSNG A-Z
  7.     SUB IndexError (Ermsg$)
  8.         PRINT
  9.         PRINT "FATAL BTREE Indexing Error has occurred"
  10.         PRINT "Error message is: "; Ermsg$
  11.         END
  12.     END SUB
  13.  
  14.